home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power Programmierung
/
Power-Programmierung (Tewi)(1994).iso
/
fortran
/
mslang
/
fiolib
/
fiolib.h
< prev
Wrap
Text File
|
1993-07-07
|
1KB
|
38 lines
/******************************************************************************\
*
* F I O L I B . H
*
******************************************************************************
*
* Copyright (c) 1993 by David Cook
*
* Permission to use, copy, and distribute this software and its
* documentation for any purpose with or without fee is hereby granted,
* provided that the above copyright notice appears in all copies and
* that both that copyright notice and this permission notice appear
* in supporting documentation.
*
* Permission to modify the software is granted, but not the right to
* distribute the modified code. Modifications are to be distributed
* as patches to released version.
*
* This software is provided "as is" without express or implied warranty.
*
* David Cook
* Dave Cook Consulting
* 206-230-0239
* CIS 72124,3725
*
\******************************************************************************/
void ForRewind() ;
int ForGetData ( int fd, char *bp, int size ) ;
int ForGetBuf ( int fd ) ;
/******************************************************************************\
*
* End of FIOLIB.H
*
\******************************************************************************/